|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebPhotosDelegate
Method Summary | |
---|---|
void |
addPhotosToAlbumAndCheck(String[] fileNames,
String buttonName,
File folderNameToVerify,
String fileDialogName)
|
void |
checkButtonHasText(String button,
String textShown)
Tests Button Text |
void |
checkComboBoxHasText(String comboBoxName,
String textShown)
Tests Combox Text |
void |
checkIsButtonEnabled(String button)
Tests Button |
void |
checkNewAlbum()
It validates album insertion |
void |
fillAlbumForm(String albumTitle,
String albumDescription,
String categoryName,
Map<String,String[]> photoData)
Fill up a new album using a pre-defined category, credits and added photos |
void |
fillModalWithText(String buttonName,
String modalTittle,
String data)
Writes text to a Modal Dialog |
void |
setUp()
|
void |
setUpClass()
Prepare all tests |
void |
tearDownClass()
Dispose all tests |
void |
validateMainWindowIsPresent()
Tests mainWindow |
Method Detail |
---|
void addPhotosToAlbumAndCheck(String[] fileNames, String buttonName, File folderNameToVerify, String fileDialogName) throws RuntimeException
fileNames
- buttonName
- folderNameToVerify
- fileDialogName
-
RuntimeException
- no errors allowedvoid checkButtonHasText(String button, String textShown) throws RuntimeException
button
- textShown
-
RuntimeException
- no errors allowedvoid checkComboBoxHasText(String comboBoxName, String textShown) throws RuntimeException
comboBoxName
- textShown
-
RuntimeException
- no errors allowedvoid checkIsButtonEnabled(String button) throws RuntimeException
button
-
RuntimeException
- no errors allowedvoid fillModalWithText(String buttonName, String modalTittle, String data) throws RuntimeException
buttonName
- modalTittle
- data
-
RuntimeException
- no errors allowedvoid setUpClass() throws Exception
Exception
- no errors allowedvoid tearDownClass() throws Exception
Exception
- no errors allowedvoid validateMainWindowIsPresent()
void setUp()
void fillAlbumForm(String albumTitle, String albumDescription, String categoryName, Map<String,String[]> photoData)
albumTitle
- albumDescription
- categoryName
- photoData
- void checkNewAlbum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |